const html/template.stateAttr

9 uses

	html/template (current package)
		context.go#L129: 	stateAttr
		context.go#L192: 	case stateTag, stateAttrName, stateAfterName, stateBeforeValue, stateAttr:
		escape.go#L194: 				c.state == stateAttr && c.delim == delimSpaceOrTagEnd && ident == "html" {
		escape.go#L256: 	case stateAttr:
		escape.go#L884: 	if c.state == stateAttr && c.element == elementScript && c.attr == attrScriptType && !isJSType(string(s[:i])) {
		state_string.go#L18: 	_ = x[stateAttr-7]
		transition.go#L24: 	stateAttr:           tAttr,
		transition.go#L175: 	attrNone:        stateAttr,
		transition.go#L177: 	attrScriptType:  stateAttr,